body {
    font-family: Microsoft YaHei, 微软雅黑;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.index_banner_module {
	width:62.5vw;
	height:36vw;
	margin:0 auto;
	flex-direction:column;
	justify-content:center;
    position: relative;
}



/*标题*/

.menu_title {
    text-align: center;
    /* margin: 42px 0 33px 0; */
}
.main_title{
    height: 75px;
    line-height: 75px;
    color: #333333;
    font-size: 36px;
}
.sub_title{
    height: 46px;
    line-height: 46px;
    color: #777777;
    font-size: 16px;
}


/*数据采集*/

.collection {
    width:100%;
    background-image: url("/view/image/indexImage/pcbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 45px;
}
.collection_top{
    width: 1140px;
    height: 172px;
    display: flex;
    padding: 40px 30px 40px 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.collection_le{
    width: 300px;
    height: 251px;
    float: left;
    z-index: 5;
}
.left_tit{
    height: 90px;
    line-height: 90px;
    font-size: 36px;
}
.left_bot{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #777777;
}
.collection_ri{
    width: 900px;
    height: 251px;
    float: right;
    display: flex;
    justify-content: space-around;
    z-index: 5;
}
.right_div{
    height: 157px;
    margin-top: 30px;
}
.right_div>div:hover{
    box-shadow: 0 0 10px 2px #048fd7;
    cursor: pointer;
}
.right_div>div{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
}
.right_div>div>img{
    position: relative;
    margin-top: 30px;
}
.right_div:nth-child(1)>div>img{
    width: 42px;
    height: 42px;
    margin-left: 28px;
}
.right_div:nth-child(2)>div>img{
    width: 57px;
    height: 38px;
    margin-left: 21px;
}
.right_div:nth-child(3)>div>img{
    width: 45px;
    height: 40px;
    margin-left: 26px;
}
.right_div:nth-child(4)>div>img{
    width: 40px;
    height: 44px;
    margin-left: 31px;
}
.right_div>a{
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #048fd7;
    display: block;
}

.collection_menu {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px;
}

.collection_left {
    background: #777777;
    width: 300px;
    position: relative;
}

.collection_left image {
    position: absolute;
    z-index: 0;
}

.collection_left .collection_left_m {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}

.collection_left_m>div:nth-child(1) {
    font-size: 16px;
    color: #e2f8ff;
    margin-left: 30px;
    margin-top: 165px;
}

.collection_left_m>div:nth-child(2) {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #280083;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
}
.collection_left_m>div:nth-child(2):hover{
    font-weight: 600;
}

.collection_left_m>div:nth-child(3) {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #280083;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
}
.collection_left_m>div:nth-child(3):hover{
    font-weight: 600;
}
.collection_right {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 900px;
}

.collection_right_li {
    width: 269px;
    height: 225px;
    padding: 25px 0 0 30px;
    background: #ffffff;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.collection_right_li:nth-child(3) {
    border-right: none;
}

.collection_right_li:nth-child(4) {
    border-bottom: none;
}

.collection_right_li:nth-child(5) {
    border-bottom: none;
}

.collection_right_li:nth-child(6) {
    border-bottom: none;
    border-right: none;
}

.collection_right_li>div:nth-child(1) {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.collection_right_li>div:nth-child(2) {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    margin-top: 10px;
}

.collection_right_li>div:nth-child(3) {
    margin-top: 15px;
    font-size: 18px;
    color: #ff9000;
}

.collection_right_li>div:nth-child(3) span {
    font-size: 14px;
    color: #ff9000;
}

.collection_right_li>div:nth-child(4) {
    width: 80px;
    height: 30px;
    margin-top: 25px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #48BBF7;
    cursor: pointer;
}

.collection_right_li>div:nth-child(4) a {
    color: #ffffff;
    font-size: 12px;
}

.collection_right_li:hover>div:nth-child(4) {
    background: #048FD7;
}


/*数据挖掘&智能分析*/

.VisualReport {
    background: #ffffff;
    width: 100%;
}

.VisualReport_menu {
    width: 1200px;
    margin: 0 auto;
}

.VisualReport_menu_m {
    width: 1200px;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding-bottom: 82px;
}

.VisualReport_menu_m_l {
    width: 432px;
    height: 136px;
    padding: 33px 50px 31px 29px;
    border-radius: 10px;
    cursor: pointer;
}
.VisualReport_menu_m_l:nth-child(1){
    background-image: url("/view/image/indexImage/4-1bg.jpg");
    margin-bottom: 24px;
    margin-right: 10px;
}
.VisualReport_menu_m_l:nth-child(2){
    background-image: url("/view/image/indexImage/4-2bg.jpg");
    margin-bottom: 24px;
    margin-left: 10px;
}
.VisualReport_menu_m_l:nth-child(3){
    background-image: url("/view/image/indexImage/4-3bg.jpg");
    margin-right: 10px;
}
.VisualReport_menu_m_l:nth-child(4){
    background-image: url("/view/image/indexImage/4-4bg.jpg");
    margin-left: 10px;
}

 div.VisualReport_menu_m_l_img{
    height: 43px;
 }
 .VisualReport_menu_m_l_img>img:nth-child(1){
    width: 28px;
    height: 26px;
    margin-right: 15px;
 }
 .VisualReport_menu_m_l_img>img:nth-child(2){
    width: auto;
    height: 26px;
 }
.font{
    height: 52px;
    font-size: 14px;
    color: #333333;
}
.VisualReport_menu_m_l_a{
    width: 513px;
    display: flex;
    justify-content: flex-start;
}
.VisualReport_menu_m_l_a>a{
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #065e9e;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    margin-right: 14px;
}
.VisualReport_menu_m_l_a>a:hover{
    font-weight: 600;
}

/*015e3d -- */

/* .VisualReport_menu_m_l:nth-child(1) {
    background-image: linear-gradient(#D3F5E1, #FFFFFF);
}

.VisualReport_menu_m_l:nth-child(1)>div:nth-child(1) {
    color: #015e3d;
}

.VisualReport_menu_m_l:nth-child(1)>div:nth-child(2) {
    color: #4fb08e;
}

.VisualReport_menu_m_l:nth-child(1)>div:nth-child(3) {
    border: 1px solid #5D9A83;
    position: relative;
    overflow: hidden;
}

.VisualReport_menu_m_l:nth-child(1)>div:nth-child(3) a {
    color: #5D9A83;
}

.VisualReport_menu_m_l:nth-child(1):hover {
    box-shadow: -3px 2px 10px 0px #D3F5E1;
}

.VisualReport_menu_m_l:nth-child(1):hover>div:nth-child(3) {
    background: #5D9A83;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.VisualReport_menu_m_l:nth-child(1):hover>div:nth-child(3)>a {
    color: #ffffff;
}

.VisualReport_menu_m_l:nth-child(1):hover>div:nth-child(4)>img {
    transform: scale(1.1);
    transition: all .5s;
} */


/*015e3d -- */

/* .VisualReport_menu_m_l:nth-child(2) {
    background-image: linear-gradient(#FEF3E0, #FFFFFF);
}

.VisualReport_menu_m_l:nth-child(2)>div:nth-child(1) {
    color: #bd6a18;
}

.VisualReport_menu_m_l:nth-child(2)>div:nth-child(2) {
    color: #b5915a;
}

.VisualReport_menu_m_l:nth-child(2)>div:nth-child(3) {
    color: #b5915a;
    border: 1px solid #b5915a;
}

.VisualReport_menu_m_l:nth-child(2)>div:nth-child(3) a {
    color: #b5915a;
}

.VisualReport_menu_m_l:nth-child(2):hover {
    box-shadow: -3px 2px 10px 0px #FEF3E0;
}

.VisualReport_menu_m_l:nth-child(2):hover>div:nth-child(3) {
    background: #b5915a;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.VisualReport_menu_m_l:nth-child(2):hover>div:nth-child(3)>a {
    color: #ffffff;
}

.VisualReport_menu_m_l:nth-child(2):hover>div:nth-child(4)>img {
    transform: scale(1.1);
    transition: all .5s;
} */


/*FEE3EA -- */

/* .VisualReport_menu_m_l:nth-child(3) {
    background-image: linear-gradient(#FEE3EA, #FFFFFF);
}

.VisualReport_menu_m_l:nth-child(3)>div:nth-child(1) {
    color: #ac112e;
}

.VisualReport_menu_m_l:nth-child(3)>div:nth-child(2) {
    color: #c65d70;
}

.VisualReport_menu_m_l:nth-child(3)>div:nth-child(3) {
    color: #C43F58;
    border: 1px solid #C43F58;
}

.VisualReport_menu_m_l:nth-child(3)>div:nth-child(3) a {
    color: #C43F58;
}

.VisualReport_menu_m_l:nth-child(3):hover {
    box-shadow: -3px 2px 10px 0px #FEE3EA;
}

.VisualReport_menu_m_l:nth-child(3):hover>div:nth-child(3) {
    background: #C43F58;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.VisualReport_menu_m_l:nth-child(3):hover>div:nth-child(3)>a {
    color: #ffffff;
}

.VisualReport_menu_m_l:nth-child(3):hover>div:nth-child(4)>img {
    transform: scale(1.1);
    transition: all .5s;
} */
/* 大数据服务 */
.application_a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application_a_l{
    width: 21.6%;
    height: 316px;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 24px;
    -webkit-transition: .65s;
    transition: .65s;
    flex-grow: 0.1;
    cursor: pointer;
}
.application_a_l:nth-child(1){
    background-image: url("/view/image/indexImage/1pachong.jpg");
}
.application_a_l:nth-child(2){
    background-image: url("/view/image/indexImage/2wajue.jpg");
}
.application_a_l:nth-child(3){
    background-image: url("/view/image/indexImage/3fenxi.jpg");
}
.application_a_l:nth-child(4){
    background-image: url("/view/image/indexImage/4jisuan.jpg");
    margin-right: 0;
}
.application_a_l:nth-child(5){
    background-image: url("/view/image/indexImage/5cunchu.jpg");
}
.application_a_l:nth-child(6){
    background-image: url("/view/image/indexImage/6yuqing.jpg");
}
.application_a_l:nth-child(7){
    background-image: url("/view/image/indexImage/7keshi.jpg");
}
.application_a_l:nth-child(8){
    background-image: url("/view/image/indexImage/8baogao.jpg");
    margin-right: 0;
}
.application_a_con{
    width: 12%;
    height: 12%;
    position: absolute;
    margin-top: 199px;
    margin-left: 16px;
    -webkit-transition: .65s;
    transition: .65s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    overflow: hidden;
}
.application_a_con>img{
    width: 40px;
    height: 42px;
}
.application_a_con>.intro{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
}
.application_a_con>.line{
    width: 34px;
    border-top: 3px solid #fff;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.application_a_con>.hide{
    width: 60%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .45s;
    transition: .45s;
}

/*企业应用*/
.application_out{
    width: 100%;
    background-color: #f4f4f4;
}
.application {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 1200px;
}

.application_m {
    display: flex;
    justify-content: space-between;
}

.application_l {
    width: 350px;
    height: 300px;
    background: #ffffff;
    border-radius: 10px;
}

.application_l:hover {
    box-shadow: 0 0 20px #D0E0E4;
    transition: all .5s;
}

.application_l:hover>div:nth-child(1) img {
    transform: scale(1.05);
    transition: all .5s;
}

.application_l>div:nth-child(1) {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_l>div:nth-child(2) {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.application_l>div:nth-child(3) {
    margin-top: 20px;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    text-align: center;
}


/*自主研发的大数据开发体系*/

.systemCus {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    background-image: url("/view/image/indexImage/5_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wh{
    color: #fff;
}
.systemCus_m {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.systemCus_m_l{
    width: 340px;
    height: 440px;
    background-color: #0b2540;
    border: 20px solid;
}
.systemCus_m_l:nth-child(1){
    border-image:linear-gradient(to right top,#8a4cbf,#73bcf6) 5 5;
}
.systemCus_m_l:nth-child(2){
    border-image:linear-gradient(to right top,#fa8e3a,#dac838) 5 5;
}
.systemCus_m_l:nth-child(3){
    border-image:linear-gradient(to right top,#5c9882,#86d541) 5 5;
}
.systemCus_m_l_img{
    width: 100%;
    height: 78px;
    text-align: center;
    padding-top: 75px;
}
.systemCus_m_l_img>img{
    width: auto;
    height: 48px;
}
.systemCus_m_l_lar{
    height: 74px;
    line-height: 74px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.systemCus_m_l_sma{
    height: 76px;
    line-height: 76px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.systemCus_m_l>a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.systemCus_m_l:nth-child(1)>a{
    background-image: -webkit-gradient(linear,left bottom,right top,from(#8e38b6),to(#72c3fa));
}
.systemCus_m_l:nth-child(2)>a{
    background-image: -webkit-gradient(linear,left bottom,right top,from(#fa8e3a),to(#dac838));
}
.systemCus_m_l:nth-child(3)>a{
    background-image: -webkit-gradient(linear,left bottom,right top,from(#5c9882),to(#86d541));
}
.systemCus_m_l>a:hover{
    font-weight: 600;
}

/* .systemCus_m_l_d {
    position: relative;
    margin-bottom: 35px;
    width: 390px;
    height: 460px;
}

.systemCus_m_l_d>image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.systemCus_m_l_d_m {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.systemCus_m_l .collection_right_li {
    width: 355px;
    height: 209px;
    padding: 40px 0 0 35px;
    background: #ffffff;
    border: none;
}

.systemCus_m_l_d_m>div:nth-child(1) {
    font-size: 39px;
    line-height: 39px;
    color: #56efdb;
    font-weight: 600;
    text-align: center;
    margin-top: 90px;
}

.systemCus_m_l_d_m>div:nth-child(2) {
    width: 250px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #ffffff;
    font-size: 16px;
    color: #433da1;
    margin: 50px auto 0;
}

.systemCus_m_l_d_m>div:nth-child(3) {
    line-height: 38px;
    display: table;
    margin: 45px auto 0;
    font-size: 14px;
    color: #fff;
}

.systemCus_m_c {}

.systemCus_m_c .collection_right_li {
    border: none;
    position: relative;
    width: 350px;
    height: 214px;
    padding: 35px 0 0 40px;
}

.systemCus_m_c .collection_right_li::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 1px;
    background: #DDDDDD;
    bottom: 0;
}

.systemCus_m_r {
    width: 390px;
    height: 75